home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 January
/
Macworld (1998-01).dmg
/
Shareware World
/
Comms & Internet
/
HTML mode 2.0 etc.
/
htmlMode.tcl
< prev
next >
Wrap
Text File
|
1997-09-22
|
1KB
|
35 lines
## -*-Tcl-*-
# ###################################################################
# HTML mode - tools for editing HTML documents
#
# FILE: "htmlMode.tcl"
# created: 96-04-29 21.31.53
# last update: 97-08-23 22.07.44
# Author: Johan Linde
# E-mail: <jl@theophys.kth.se>
# www: <http://bach.theophys.kth.se/~jl/Alpha.html>
#
# Version: 2.0
#
# Copyright 1996, 1997 by Johan Linde
#
# This software may be used freely, and distributed freely, as long as the
# receiver is not obligated in any way by receiving it.
#
# If you make improvements to this file, please share them!
#
# ###################################################################
##
#===============================================================================
# HTML mode installation
#===============================================================================
addMode HTML htmlDummy {*.html *.htm *.shtml *.HTML *.HTM *.SHTML } {htmlMenu htmlUtilsMenu}
addMenu htmlMenu
addMenu htmlUtilsMenu
set htmlMenu "•135"
set htmlUtilsMenu "•942"